Package com.cisco.pt.ipc.sim.pdu
Interface BgpAttribLocalPref
- All Superinterfaces:
BgpAttribute,IPCData,Pdu,Signal
- All Known Implementing Classes:
BgpAttribLocalPrefImpl
-
Method Summary
Methods inherited from interface com.cisco.pt.ipc.sim.pdu.BgpAttribute
getFlags, getLength, getType, setFlags, setLength, setTypeMethods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduRead
-
Method Details
-
getPreferences
int getPreferences()- Returns:
- int Returns a int
-
setPreferences
void setPreferences(int preferences) - Parameters:
preferences- Takes in a parameter of preferences
-